fix _response_ description

Andrew Cantino 9 years ago
parent
commit
c16d6f1243
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CHANGES.md

+ 1 - 1
CHANGES.md

@@ -5,7 +5,7 @@
5 5
 * Sep 7, 2014    - Optional delayed\_job\_web replaced by a custom UI for managing failed and queued jobs.
6 6
 * Sep 6, 2014    - Agent's `last_event_at` is now updated only on Event creation, not on updates.
7 7
 * Sep 4, 2014    - Spring, an application preloader intergated with Rails 4.1, has been added.
8
-* Sep 3, 2014    - Liquid interpolation in the WebsiteAgent now has a `response` variable available.
8
+* Sep 3, 2014    - Liquid interpolation in the WebsiteAgent now has a `_response_` variable available.
9 9
 * Aug 31, 2014   - Fix a bug where AgentLogs errored after a referenced Event was deleted.
10 10
                  - HumanTaskAgent can emit separate events for each answer.
11 11
 * Aug 30, 2014   - Set charset/collation properly for each text column if using MySQL.